const math/big.divRecursiveThreshold
3 uses
math/big (current package)
natdiv.go#L602: if n < divRecursiveThreshold {
natdiv.go#L709: const divRecursiveThreshold = 100
natdiv.go#L754: if n < divRecursiveThreshold {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)